'Declaration
Public Overloads Shared Function Create( _ ByVal code As UInteger, _ ByVal format As String, _ ByVal ParamArray args() As Object _ ) As ServiceResult
'Usage
Dim code As UInteger Dim format As String Dim args() As Object Dim value As ServiceResult value = ServiceResult.Create(code, format, args)
public: static ServiceResult^ Create( uint code, String^ format, ... array<Object^>^ args )
Parameters
- code
- format
- args